home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / emac16ds.zip / README.ASM < prev    next >
Assembly Source File  |  1992-08-01  |  1KB  |  33 lines

  1. This archive is part of Freemacs.  Freemacs is currently being
  2. distributed from simtel20.army.mil's pd1:<msdos.freemacs> directory.
  3.  
  4. Files in EMAC16DS.ZIP:
  5. BUFFERS.ASM      Text buffer management.
  6. COPYING.DOC      Copyright.
  7. EMACS.ASM        MINT Text editor primitives.
  8. EMACSIBM.BLL     Linker control file for IBM-PC.
  9. EXECUTE.ASM      Execute another program.
  10. FILES.ASM        File I/O.
  11. FINDFILE.DEF     Definitions for findfile.
  12. IBM.ASM          Machine-dependent file for IBM-PC.
  13. MAKEFILE         Makefile for Turbo C's make.
  14. MARKS.ASM        Mark handler.
  15. MEMORY.ASM       Buffer insertion/deletion.
  16. MEMORY.DEF       Definitions for text buffer routines.
  17. MINT.DEF         MINT definitions.
  18. MINTFORM.ASM     MINT string data structure maipulator.
  19. MINTFORM.DEF     MINT string data structure definitions.
  20. MINTLAST.ASM     Last MINT file.
  21. MINTPRIM.ASM     MINT primitives.
  22. MINTSCAN.ASM     MINT scanner and parser.
  23. README.ASM       This file.
  24. REDISP.ASM       Screen redisplay.  Device independent.
  25. SEARCH.ASM       String search in buffers.
  26. TREDLAST.ASM     Last Freemacs file.
  27. VERSION.ASM      Version number.
  28.  
  29. The enclosed makefile is specifically for Turbo ASM's tasm, make and
  30. linker.
  31.  
  32. To create the IBM version, just say 'make'.
  33.